@charset "utf-8";
/* CSS Document */

/* css 初始化 */

/* 1.清除浏览器默认样式 */

body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input {
    margin: 0;
    padding: 0;
}

/* 2.针对性处理 */

ol, ul {
    list-style: none;
}

textarea {
    resize: none;
}

img {
    border: none;
    display: block;
    /*img底部空白*/
}

input, area {
    outline: none;
    border: 0 none;
}

/* 谷歌浏览器表单元素外框 */

em, i {
    font-style: normal;
}

/* 3.设置全局样式 */

body {
    color: #999999;
    font-size: 12px;
    font-family: "微软雅黑";
}

a {
    color: #999999;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*定义常用类*/
.mb20{
    margin-bottom: 20px;
}

.mb10{
    margin-bottom: 10px;
}

.clearp{
    padding: unset!important;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.l {
    float: left
}

.r {
    float: right
}

.both, .clear {
    clear: both
}

.clear {
    font-size: 1px;
    height: 0px;
    overflow: hidden
}

.w1200 {
    width: 1200px;
}

/*溢出省略号*/

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* header */

.header {
    height: 120px;
    margin: auto;
}

.header .logo {
    width: 597px;
    height: 92px;
    margin-top: 10px;
    float: left;
}

.header .logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.header .sous {
    float: right;
    width: 440px;
    margin-top: 30px;
}

.header .search {
    width: 436px;
    height: 38px;
    border: 2px solid #17A2E7;
}

.search .icon {
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/sprites.png) -10px -10px;
    margin: 10px 11px 0 10px;
    overflow: hidden;
}

.search .text {
    height: 19px;
    width: 320px;
    float: left;
    outline: none;
    color: #999;
    font-size: 14px;
    border: none;
    margin: 9.5px 5px 9.5px 0;
}

.search .button {
    width: 68px;
    height: 38px;
    background: #17A2E7 url(../images/sprites.png) no-repeat -72px top;
    border: none;
    outline: none;
    float: right;
    cursor: pointer;
}

.hot_word {
    width: 464px;
    height: 25px;
    line-height: 25px;
    margin: 5px 0 0 -24px;
    overflow: hidden;
}

.hot_word a {
    font-size: 12px;
    color: #999;
    margin-left: 24px;
}

.hot_word a:hover {
    color: #17A2E7;
}

.hTop {
    font-size: 12px;
    background: #f5f5f5;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #e8e8e8;
}

.hTop .wrap {
    width: 1200px;
    margin: 0 auto;
}

.hTop .wrap a {
    color: #666;
    margin: 0 15px;
    font-size: 12px;
}

.hTop .wrap a:hover {
    color: #00a3af;
}

/* nav */

.nav {
    background: #17A2E7;
    width: 100%;
    height: 55px;
    overflow: hidden;
}

.nav .nav_content {
    margin: 0 auto;
    height: 55px;
}

.nav_content ul {
    width: 100%;
    height: 55px;
    overflow: hidden;
}

.nav_content li {
    height: 55px;
    line-height: 55px;
    float: left;
    width: 12.5%;
}

.nav_content h2 {
    font-weight: normal;
}

.nav_content a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 55px;
    height: 55px;
}

.nav_content a.atv {
    background: #0e78c7;
}

.nav_content a:hover {
    text-decoration: none;
    background: #0e78c7;
}

/*底部*/

.footer {
    box-sizing: border-box;
    font-size: 14px;
    background: #5e5e5e;
    padding: 47px 0 37px;
    color: #939292!important;
    text-align: center;
}

.footer p {
    padding-bottom: 10px;
}

.footer p:nth-of-type(2) {
    padding-bottom: 15px;
}

.footer a {
    color: #939292!important;
}

.footer a:hover {
    color: #17A2E7!important;
}

.gotoTop {
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 54px;
    height: 54px;
    color: #fff;
    z-index: 10000;
    display: none;
}

.position {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    /*border-bottom: 1px dashed #ccc;*/
    /*padding-bottom: 10px;*/
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
}

.position a {
    color: #17A2E7;
    font-size: 16px;
    display: inline;
}

.position h1 {
    display: inline;
}

.sec-title {
    border-bottom: 1px solid #eee;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}

.sec-title .name {
    display: inline-block;
    height: 100%;
    border-left: 0px solid #00aaff;
    border-bottom: 2px solid #00aaff;
    font-size: 20px;
    font-weight: bold;
    padding-left: 0px;
}
/* 当前位置 */
.bread-link {
    font-size: 16px;
    width: 1200px;
    margin:18px auto 20px;
    color:#434343;
}
.bread-link a {
    color: #17a2e7;
}
.bread-link em {
    color: #434343;
}

footer {
    box-sizing: border-box;
    font-size: 14px;
    height: 175px;
    background-color: #434343;
    padding-top: 47px;
    color: #e5e5e5!important;
    text-align: center;
}

footer p:first-of-type {
    padding-bottom: 5px;
}

footer p:nth-of-type(2) {
    padding-bottom: 15px;
}

footer a {
    color: #e5e5e5!important;
}

/* 固定栏 */
/*广告*/
#gotoTop{display: none;}
.toolbar-item{background:url(/static/images/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:0px;bottom:50px;z-index: 100;}
.toolbar-item{display:block;width:70px;height:70px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-app{background-position:0 -24px;}
.toolbar-item-app img{display: none;}
.hover_on img{display: block;}
.toolbar-item-app:hover img {display: block;}
.toolbar-item-app:hover{background-position:0 -111px;}
.toolbar-item-app .toolbar-layer{display: block;width: 200px;opacity:0;}
.toolbar-item-top{background-position:0 -198px;}
.toolbar-item-top:hover{background-position:0 -287px;}
.toolbar-layer{position:absolute;right:70px;bottom:0px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}

